home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / soa-easy.shar / 0.0.127.IN-ADDR.ARPA.zone next >
Encoding:
Text File  |  1996-10-25  |  702 b   |  31 lines

  1. ; 0.0.127.IN-ADDR.ARPA.zone -    DNS zone for resolving 127.0.0.1 address
  2. ;
  3. ; $Id: soa-easy.shar,v 8.2 1996/10/25 17:08:00 vixie Exp $
  4. ; $Source: /proj/src/isc/cvs-1/bind/contrib/misc/soa-easy.shar,v $
  5. ;
  6.  
  7. ;
  8. ; There should never be a need to change this file.  It just contains
  9. ; enough information for any system running named to masquerade as an
  10. ; authoritative nameserver for 1.0.0.127.IN-ADDR.ARPA.
  11. ;
  12.  
  13. $ORIGIN        0.0.127.IN-ADDR.ARPA.
  14.  
  15. @        IN    SOA    ns.example.org.au. hostmaster.example.org.au. (
  16.         1993090300    ; serial
  17.         10800        ; refresh
  18.         3600        ; retry
  19.         2592000        ; expire
  20.         86400        ; minimum
  21.         )
  22.  
  23. @        IN    NS    ns.example.org.au.
  24.  
  25.  
  26. ;
  27. ; The PTR record to resolve 127.0.0.1 to "localhost"
  28. ;
  29.  
  30. 1        IN    PTR    localhost.
  31.